home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Complet / CINEBENCH 2003 / resource / res / description / Tfixexpression.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  124b  |  9 lines

  1. #ifndef _Tfixexpression_H_
  2. #define _Tfixexpression_H_
  3.  
  4. enum
  5. {
  6.     FIXEXPRESSIONTAG_POINT                = 1000    // Vector
  7. };
  8.  
  9. #endif